home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TSTATUSDIALOG / TSTATUSDIALOG.txt
Text File  |  2002-06-30  |  1KB  |  83 lines

  1. object StatusDialog: TStatusDialog
  2.   Left = 260
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 244
  6.   ClientWidth = 386
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 369
  22.     Height = 173
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 44
  27.     Top = 24
  28.     Width = 295
  29.     Height = 33
  30.     AutoSize = False
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 44
  35.     Top = 64
  36.     Width = 295
  37.     Height = 13
  38.     AutoSize = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 44
  42.     Top = 88
  43.     Width = 295
  44.     Height = 13
  45.     AutoSize = False
  46.   end
  47.   object Label4: TLabel
  48.     Left = 44
  49.     Top = 112
  50.     Width = 295
  51.     Height = 13
  52.     AutoSize = False
  53.   end
  54.   object Label5: TLabel
  55.     Left = 44
  56.     Top = 160
  57.     Width = 295
  58.     Height = 13
  59.     AutoSize = False
  60.   end
  61.   object CancelBtn: TButton
  62.     Tag = 420
  63.     Left = 151
  64.     Top = 204
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 0
  71.     OnClick = CancelBtnClick
  72.   end
  73.   object ProgressBar1: TProgressBar
  74.     Left = 44
  75.     Top = 136
  76.     Width = 295
  77.     Height = 18
  78.     Min = 0
  79.     Max = 100
  80.     TabOrder = 1
  81.   end
  82. end
  83.